.ancher{
    a{
        text-decoration: none;
    }
    
}
    .meghamenu-heading {
        font-size: clamp(16px, 2vw, 18px);
        font-weight: 700;
        position: relative;
        letter-spacing: 1px;
        text-transform: uppercase;
        padding-bottom: 18px;
        margin-bottom: 18px;
    }

     .meghamenu-heading::before {
        position: absolute;
        bottom: 0;
        content: "";
        width: 100%;
        height: 1px;
        background-color: #e0e6e8;
    } 

    ul.menu-footerlink {
        display: flex;
        list-style-type: none;
        gap: 20px;
    }

    /* .megha-menu-bar{height: 300px;overflow: overlay;scrollbar-width: none; -ms-overflow-style: none; } */
    .megha-menu-bar {
        max-height: calc(90vh - 56px);
        height: 100%;
        overflow-y: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .megha-menu-bar ul li.nav-item {
        position: relative;
    }

    .subcategory-menu h5.fs-6 {
        font-size: .8rem !important;
        line-height: 22px;
    }

    .megha-menu-bar ul li.nav-item:hover:before {
        --extra-padding: 0px;
        content: "";
        position: absolute;
        border-radius: 4px;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: rgb(27 67 122);
        z-index: -1;
        opacity: 1;
        transform: scale(1.1);
        transition: opacity 80ms linear;
    }

    .menu__right-bg {
        position: absolute;
        background-color: #fafaf9;
        border-left: 1px solid #e0e6e8;
        bottom: 0;
        right: 0;
        height: 100%;
        width: 38%;
        z-index: -1;
    }

    /* replace  */
    .navbar .megamenu {
        padding: 1rem 0rem 0rem 0;
    }

    .subcategory-menu {
        padding-left: 0px;
    }

    /* .navbar-expand-xl .navbar-nav .nav-link {
        padding-left: 0;
    } */

    @media (min-width: 1200px) {
        .megamenu .nav-item a {
            padding: 12px;
            transition: all 300ms ease;
        }
    }

    @media(max-width:1024px) {
        .dropdown-item {
            padding: 5px 5px;
            font-size: 14px;
        }

        ul.menu-footerlink {
            display: flex;
            list-style-type: none;
            gap: 0;
            padding: 0;
        }
    }

    @media(max-width:768px) {
        .meghamenu-heading {
            padding-bottom: 7px;
            margin-bottom: 8px;
            margin-top: 15px;
        }

        .navbar-nav .megha-menu-bar .nav-link {
            padding: 5px 10px;

        }
    }

    /* :root {
        --gradiant-one {}

    } */

    /* new-css  */
    .subcategory-menu .menuLinks-icon{max-width: 32px;} .dropdown-img,.dropdown-img:active,.dropdown-img.show:active{border: none !important;}
    .M-inner-menu .dropdown-menu{--bs-dropdown-border-color:none}


    .meghamenu-box-h {font-size: clamp(16px, 2vw, 18px);font-weight: 700;position: relative;letter-spacing: 1px;text-transform: uppercase;}
    .MeghaMenu-heading-box p.fs-6 {font-size: 0.9rem !important;margin: 0;}
    .MeghaMenu-heading-box::after {content: "";position: absolute;top: 0;left: 0;transition: all 0.2s ease-in-out;right: 0;bottom: 0;background-color: #1a0e0e63;z-index: 1;opacity: 0;width: 0;}
    /* bg img  */
    .MeghaMenu-heading-box.Hbox-1 {background-image: url('../media/images/home/menu/megha-menu-1.svg');}
    .MeghaMenu-heading-box.Hbox-2 {background-image: url('../media/images/home/menu/megha-menu-1.svg');}
    .MeghaMenu-heading-box.Hbox-3 {background-image: url('../media/images/home/menu/megha-menu-1.svg');}

    .MeghaMenu-heading-box.Hbox-wired-gps-tracker {background-image: url('../media/images/home/menu/wired-gps-tracker.webp')}
    .MeghaMenu-heading-box.Hbox-wireless-gps-tracker {background-image: url('../media/images/home/menu/wireless-gps-tracker.webp')}
    .MeghaMenu-heading-box.Hbox-iot-solutions {background-image: url('../media/images/home/menu/industrial-iot.webp')}
    /* box bg  */
    .MeghaMenu-heading-box.Hbox-1::after { background-color: #1a0e0e63;}.MeghaMenu-heading-box.Hbox-2::after { background-color: #1a0e0e63;}.MeghaMenu-heading-box.Hbox-2::after { background-color: #1a0e0e63;}
    .MeghaMenu-heading-box {position: relative;background-position: center;background-repeat: no-repeat;background-size: cover;color: #fff;border-radius: 15px;overflow: hidden;margin-bottom: 25px;}
    .MeghaMenu-heading-box:hover:after {opacity: 1;width: 100%;}
    .megha-links{padding-left: 20px;}
    /* .dropdown-toggle::after{transition: rotate 0.2s ease-in-out; rotate: 0deg;}.dropdown-toggle.show::after{    rotate: 180deg;} */
    .dropdown-toggle::after{content: ''; width: 20px; height: 20px; background-image: url(../media/images/global/dropdown.svg); background-size: cover; background-position: center; border: 0px;}
    

    /* replace  */
    @media(max-width:768px){
        .card-text:last-child {
        font-size: 14px !important;
    }
    }
    .navbar-expand-xl .navbar-nav .nav-link{padding-right: 21px;}
    @media(max-width:1200px){
        .navbar-expand-xl .navbar-nav .nav-link{border-bottom:1px solid #cccccc3b ; padding: 1rem 5px;}
    }
    /* mobile menu  */
    /* .M-inner-menu  */

.cart-sidebar {
        position: fixed;
        top: 0;
        right: -500px;
        width: 450px;
        height: 100%;
        background-color: #fff;
        box-shadow: -4px 0 15px rgba(0, 0, 0, 0.2);
        z-index: 11000;
        overflow-y: auto;
        transition: right 0.3s ease;
        padding: 25px;
        font-family: 'Poppins', Arial, sans-serif !important;
    }

    .cart-sidebar-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 15px;
    }

    .cart-sidebar-header h5 {
        margin: 0;
        font-size: 18px;
    }

    .close-btn {
        background: none;
        border: none;
        font-size: 24px;
        cursor: pointer;
    }

    .cart-item {
        display: flex;
        align-items: center;
        margin-bottom: 15px;
    }

    .cart-item-img img {
        width: 60px;
        height: 60px;
        object-fit: cover;
        border-radius: 5px;
    }

    .cart-item-details {
        flex: 1;
        margin-left: 10px;
    }

    .cart-item-name {
        margin: 0;
        font-weight: bold;
    }

    .cart-item-qty {
        margin: 5px 0 0;
        font-size: 14px;
        color: #555;
    }

    .cart-item-remove button {
        background: #ff4d4d;
        border: none;
        color: #fff;
        font-size: 18px;
        width: 28px;
        height: 28px;
        border-radius: 50%;
        cursor: pointer;
    }

    .cart-subtotal {
        font-size: 16px;
        font-weight: bold;
        margin-top: 10px;
    }

    .cart-actions {
        display: flex;
        justify-content: space-between;
        margin-top: 15px;
    }

    .cart-actions .btn {
        padding: 8px 12px;
        border: none;
        border-radius: 5px;
        cursor: pointer;
    }

    .cart-overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 10999;
        transition: opacity 0.3s ease;
    }

    .remove-box {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background: #fff;
        border-top: 1px solid #ddd;
        padding: 20px;
        z-index: 10;
        box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    }

    .remove-box-content h6 {
        margin: 0 0 10px;
        font-weight: 600;
    }